MouseEvent

public interface MouseEvent

A common interface that all mouse events must extend.

Inheritors

Functions

Link copied to clipboard
public abstract Point location()
Returns the mouse position relative to the bounds of the browser instance.
Link copied to clipboard
public abstract Point locationOnScreen()
Returns the mouse position relative to the bounds of the screen.